rxWaypoint

@get:JvmName(name = "getRxWaypoint")
@set:JvmName(name = "setRxWaypoint")
var rxWaypoint: MeshProtos.MeshPacket
We keep the last received waypoint stored in the device flash,
so we can show it on the screen.
Might be null

.meshtastic.MeshPacket rx_waypoint = 12;